

/* Anguss20230922从pc  layout界面挪过来的样式 */
@media screen and (max-width: 767px) {
    body {
        background-color: white;
        -webkit-text-size-adjust: none !important;
    }

    h1 {
        zoom: 0.8;
    }
}

#pcSignAd span {
    position: absolute;
    bottom: -10px;
    right: 14px;
    color: rgb(51, 204, 255);
    padding: 0px 6px 0px 6px;
    font-size: 10px;
    border-radius: 4px;
    line-height: 22px;
    height: 20px;
    background-color: rgb(255 255 255 / 50%);
}

.preview_pc_details_img {
    width: 650px;
    position: relative;
    margin: 0 auto;
}

.preview_pc_details_img img {
    border-radius: 13px;
}


.preview_pc_text_details_img {
    width: 648px;
    max-height: 88px;
    border-radius: 13px;
    position: relative;
    margin: 0 auto;
}

.preview_pc_text_details_img span {
    position: absolute;
    bottom: -10px;
    right: 14px;
    padding: 2px 6px 2px 6px;
    font-size: 10px;
    border-radius: 4px;
    background-color: rgb(255 255 255 / 50%);
}

.preview_pc_text_details_img a {
    padding: 0px 20px;
    margin: 6px 0px;
    font-size: 14px;
    line-height: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.popup_annual_report_div {
    touch-action: none;
    width: 100%;
    position: fixed;
    height: 100%;
    z-index: 10;
    background-color: rgb(51 51 51 / 53%);
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}

.popup_annual_report_div img {
    margin: auto;
    display: block;
    border-radius: 8px;
    width: 52%;
}
.popup_annual_report_div span{
    position: absolute;
    top: 12%;
    right: 34%;
    display: inline-block;
    width: 24px;
    height: 24px;
    border: 1px white solid;
    border-radius: 50px;
}
.circle-cross:before, .circle-cross:after {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 1px;
    background-color: white;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}

.circle-cross:before {
    transform: translate(-50%, -50%) rotate(-45deg);
}
.privacyAgreementDiv{
    position: fixed;
    background: #ffffff;
    padding: 20px;
    bottom: 16px;
    left: 24px;
    border-radius: 16px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}
.privacyAgreementDiv .content{
    width: 499px;
    font-size: 15px;
    
    font-weight: 400;
    color: #484848;
    line-height: 22px;
    padding: 10px 0 16px 0;
}
.privacyAgreementDiv .title{
    height: 25px;
    font-size: 18px;
    
    font-weight: 600;
    color: #000000;
    line-height: 25px;
}
.privacyAgreementBtn .agreeWithBtn{
    font-size: 16px;
    
    line-height: 22px;
    padding: 6px 40px;
    border: 1px solid #D61519;
    border-radius: 19px;
    font-weight: 600;
    background: #D61519;
    color: #fff;
}
.privacyAgreementDiv .closeBtn {
    width: 24px;
    height: 24px;
    position: absolute;
    display: inline-block;
    right: 20px;
    top: 10px;
}
  
.privacyAgreementDiv .closeBtn::before,
.privacyAgreementDiv .closeBtn::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #CCCCCC;
}

.privacyAgreementDiv .closeBtn::before {
    width: 60%;
    height: 1px;
    transform: translate(-50%, -50%) rotate(45deg);
}

.privacyAgreementDiv .closeBtn::after {
    width: 1px;
    height: 60%;
    transform: translate(-50%, -50%) rotate(45deg);
}
.privacyAgreementBtn{
    text-align: center;
}
body a.privacyAgreementLink{
    text-decoration: underline;
}
/* Anguss20230922从pc  layout界面挪过来的样式 */